Doc updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 4 Jul 2008 22:03:37 +0000 (22:03 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 4 Jul 2008 22:03:37 +0000 (22:03 +0000)
svn path=/trunk/; revision=20772

ChangeLog
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkradiobutton.sgml
gtk/gtkfontsel.c
gtk/gtkiconview.c
gtk/gtkscalebutton.c

index d966cab2d6b4f00686fda939539369382c3b2db5..7fe62d4f8eb3e5233df9cd2c4a9ff0746f9a3f05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkiconview.c:
+       * gtk/gtkfontsel.c:
+       * gtk/gtkscalebutton.c: Small doc fixes.
+
 2008-07-04  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk/gdkevents.c:
index 1dadff3bd17ddefb8db8e0b97599665ff04c6d0d..57613e9c08ce2219eb8e32020ae7a537df936a04 100644 (file)
@@ -1,3 +1,7 @@
+2008-07-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkradiobutton.sgml: Update
+
 2008-07-04  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk/tmpl/events.sgml:
index 02600b03d725d52852900fd6adfca1655a1ef5b4..882be5940866920db9ce90ee2ec1f0c6cf2b9123 100644 (file)
@@ -128,10 +128,8 @@ Creates a new #GtkRadioButton, adding it to the same group as @radio_group_membe
 As with gtk_radio_button_new(), a widget should be packed into the radio button.
 </para>
 
-@radio_group_member: 
+@radio_group_member: an existing #GtkRadioButton.
 @Returns: a new radio button.
-<!-- # Unused Parameters # -->
-@group: an existing #GtkRadioButton.
 
 
 <!-- ##### FUNCTION gtk_radio_button_new_with_label ##### -->
index 00520e70f9aa6d68e19365037e7d30f70ec63425..a74a52b172fbf5f3aa00d60d8748bce295d09935 100644 (file)
@@ -1710,6 +1710,8 @@ gtk_font_selection_dialog_get_font (GtkFontSelectionDialog *fsd)
  * @fsd: a #GtkFontSelectionDialog
  * @fontname: a pointer to a string
  *
+ * Sets the currently selected font. 
+ * 
  * Return value: %TRUE if the font selected in @fsd is now the
  * @fontname specified. %FALSE otherwise. 
  */
index 0c46efb3abde2528f13e94e03731cb70ac8dce12..792d65c619b56d72370aa24070646d9695f521e2 100644 (file)
@@ -4582,6 +4582,7 @@ gtk_icon_view_new_with_model (GtkTreeModel *model)
 
 /**
  * gtk_icon_view_convert_widget_to_bin_window_coords:
+ * @icon_view: a #GtkIconView 
  * @wx: X coordinate relative to the widget
  * @wy: Y coordinate relative to the widget
  * @bx: return location for bin_window X coordinate
@@ -4897,7 +4898,6 @@ gtk_icon_view_set_tooltip_query_cb (GtkWidget  *widget,
 /**
  * gtk_icon_view_set_tooltip_column:
  * @icon_view: a #GtkIconView
- * 
  * @column: an integer, which is a valid column number for @icon_view's model
  *
  * If you only plan to have simple (text-only) tooltips on full items, you
index 5a8432ebb3a5fa9180695aee859b8f337ced2308..d8adb52e9fede4c18c02206dd5ecb59ae408aec8 100644 (file)
@@ -796,6 +796,8 @@ gtk_scale_button_get_minus_button (GtkScaleButton *button)
  *
  * Retrieves the popup of the #GtkScaleButton.
  *
+ * Returns: the popup of the #GtkScaleButton
+ *
  * Since: 2.14
  */
 GtkWidget *